home *** CD-ROM | disk | FTP | other *** search
/ Mastering Web Site Development / Microsoft Mastering Web Site Development (Microsoft) (1997).iso / Media / Ch05 / W05D200.cc2 < prev   
Text File  |  1997-04-24  |  1KB  |  26 lines

  1. 0, In Lab 5, you'll edit the Mascot page, the Links 
  2. 4, page, the Profile page, and the home page of the 
  3. 8, State University Web site. In Exercise 1, you will 
  4. 11, create event procedures for the controls on the 
  5. 14, Mascot page. You will write an event procedure to stop 
  6. 18, the Java applet, that is the State University 
  7. 21, mascot, start the applet, reverse the applet's 
  8. 25, direction, and change the speed. In Exercise 2, you will 
  9. 33, add client-side script to the mascot image on the 
  10. 39, Links page to change both the State University 
  11. 43, logo link and the main link. Notice that a new page 
  12. 49, shows up in the image frame and the Mascot page 
  13. 54, shows up in the main frame. In Exercise 3, you'll add 
  14. 59, a profile form to the State University Web site. 
  15. 66, The profile form requests information from the 
  16. 69, users of the State University Web site, such as their 
  17. 73, student ID, their name, and a major. The Major 
  18. 82, control is a drop-down list box. You will add 
  19. 86, client-side script to validate the information entered 
  20. 90, on these controls. For example, the ID must be 
  21. 94, numeric. In Exercise 4, which is an optional 
  22. 99, exercise, you will use the Data Range Header and Data 
  23. 102, Range Footer controls to read information from the 
  24. 113, State University database and display the 
  25. 116, appropriate classes in the pop-up menus on home page.
  26. 124, END